home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / winsock / maillist / 93-10.Z / 93-10 / text0077.txt < prev    next >
Encoding:
Text File  |  1993-10-18  |  7.2 KB  |  179 lines

  1. Folks:
  2.  
  3. The subject line says most of it, but here's the rest:  I've got a user 
  4. reporting "no soap" with Winsock Cello trying to do FTP.  He's using 
  5. Frontier.  From the trace output he sent me it appears that something is 
  6. going way wrong with a call to getsockname() -- a problem I'm not seeing 
  7. with any other stack.  Unfortunately, I don't have a copy of Frontier to 
  8. test with.
  9.  
  10. So, two questions:
  11.  
  12. 1) Anybody else seen this problem?
  13. 2) Does Frontier have a demo site anywhere where I could pick up a version 
  14. to test with?
  15.  
  16. Puzzled,
  17. Tb.
  18.  
  19. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  20. | Thomas R. Bruce                                607-255-1221   |
  21. | Research Associate                        FAX: 607-255-7193   |
  22. | Cornell Law School                                            |
  23. | 481 Myron Taylor Hall                tom@law.mail.cornell.edu |
  24. | Ithaca, NY 14853                                              |
  25. |                                                               |
  26. | "Language -- it's a shipwreck, it's a job."                   |
  27. |                             --Laurie Anderson                 |
  28. +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+
  29. From news@samba.oit.unc.edu  Fri Oct  8 16:34:11 1993
  30. Received: from samba.oit.unc.edu by SunSITE.unc.edu (SMI4.1/FvK 1.02)
  31.           id AA29443; Fri, 8 Oct 93 16:34:11 EDT
  32. Return-Path: <news>
  33. Received: by samba.oit.unc.edu (5.65/TAS/11-16-88)
  34.     id AA10951; Fri, 8 Oct 1993 16:24:49 -0400
  35. Received: from GATEWAY by samba.oit.unc.edu with netnews
  36.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  37. To: winsock@calypso.oit.unc.edu
  38. Date: 8 Oct 1993 18:41:41 GMT
  39. From: axa12@po.CWRU.Edu (Ashok Aiyar)
  40. Message-Id: <294c96$avg@usenet.INS.CWRU.Edu>
  41. Organization: Case Western Reserve University, Cleveland, OH (USA)
  42. Sender: ses@calypso.oit.unc.edu
  43. References: <paul.250.2CB5903C@ace.acadiau.ca>
  44. Reply-To: axa12@po.CWRU.Edu (Ashok Aiyar)
  45. Subject: Re: NCSA Wintel and Trumpet Winsock
  46.  
  47.  
  48. In a previous article, paul@ace.acadiau.ca (Paul Steele) says:
  49.  
  50. >Has anyone gotten the windows version of NCSA Telnet (wintel) to work with the 
  51. >trumpet winsock?   Is the NCSABIND command necessary? (I'd like to stay away 
  52. >from yet one more TSR).
  53. >
  54.  
  55. Someone from NCSA (either Jon or Chris) had mentioned a while ago
  56. to me that they had also had trouble getting WinTel to work over
  57. any Winsock implementations other than their own -- for reasons that
  58. were not very clear.
  59.  
  60. I have not been able to get them to run over SuperTCP and two other
  61. Winsock providers.
  62.  
  63. Ashok
  64. -- 
  65. Ashok Aiyar                                      tel: (216) 368-3300
  66. Department of Biochemistry                       fax: (216) 368-4544
  67. CWRU School of Medicine                  ashok@biochemistry.cwru.edu
  68. From thogard@wrdis01.robins.af.mil  Fri Oct  8 17:41:11 1993
  69. Received: from wrdis01.robins.af.mil ([192.41.249.81]) by SunSITE.unc.edu (SMI4.1/FvK 1.02)
  70.           id AA05349; Fri, 8 Oct 93 17:41:11 EDT
  71. Return-Path: <thogard@wrdis01.robins.af.mil>
  72. Received: by wrdis01.robins.af.mil
  73.     id AA02566; Fri, 8 Oct 93 17:44:14 -0400
  74. Date: Fri, 8 Oct 93 17:44:14 -0400 <Fri Oct  8 17:44:14 1993>
  75. From: thogard@wrdis01.robins.af.mil (Cont Tim Hogard)
  76. Message-Id: <9310082144.AA02566@wrdis01.robins.af.mil>
  77. To: winsock@sunsite.unc.edu
  78.  
  79. To: winsock@sunsite.unc.edu
  80. Subject: Re: File services
  81. Newsgroups: alt.winsock
  82. X-Newsreader: TIN [version 1.2 PL0]
  83.  
  84. In article <9310012251.AA01653@quaestor> you wrote:
  85.  
  86.  
  87. :   P.S. I'm still waiting for people to send me their "Programmer stories" - kind
  88. :   of a log of ideas that will help new winsock programmers avoid the common
  89. :   pitfalls.
  90.  
  91. : The thing that would help the Win16 winsocks the most would be for
  92. : there to be a similar demo (or suite of demos) available as source
  93. : code that would compile under all of the major compilers.  This would
  94. : help WinSock implementers in that they could test their implementation
  95. : with the demo.  It would also GREATLY help applications developers
  96. : because it would give them a concrete example of code that (in theory)
  97. : would work on all WinSocks.  It could help settle the "is it the
  98. : application or the WinSock implentation's fault?" arguments.  It would
  99. : also help the WinSock implementers and spec writers to more directly
  100. : confront the problems that application developers encounter in trying
  101. : to write portable code.
  102. Great idea!  Where is your source code posted? :-)
  103.  
  104. Last night I spent about a hour tring to figure out how to create a basic
  105. socket...it turned out that at first I forgot to include the lib and then I
  106. had changed to verion 1.0 on the startup function and after that it was just
  107. fine.  First for me though is a rewrite of traceroute or ping.  Then I get
  108. to do a status server and then back into more mail programs.  I was going to
  109. write a mailer that would pickup mail on a unix box and display it on windows
  110. in such a way as not to risk the storage of the message on the relability on
  111. the pc.  Hey I work for the AF and you can't trust the low bid pcs they have
  112. here.
  113.  
  114. -tim
  115.  
  116. : -Vance Gloster
  117. :  gloster@inference.com
  118. From news@samba.oit.unc.edu  Fri Oct  8 19:35:24 1993
  119. Received: from samba.oit.unc.edu by SunSITE.unc.edu (SMI4.1/FvK 1.02)
  120.           id AA12217; Fri, 8 Oct 93 19:35:24 EDT
  121. Return-Path: <news>
  122. Received: by samba.oit.unc.edu (5.65/TAS/11-16-88)
  123.     id AA20517; Fri, 8 Oct 1993 19:18:47 -0400
  124. Received: from GATEWAY by samba.oit.unc.edu with netnews
  125.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  126. To: winsock@calypso.oit.unc.edu
  127. Date: Fri, 8 Oct 1993 21:17:30 GMT
  128. From: shn@cbnewsj.cb.att.com (steven.h.nurenberg)
  129. Message-Id: <CELKH9.1wr@cbnewsj.cb.att.com>
  130. Organization: AT&T
  131. Sender: ses@calypso.oit.unc.edu
  132. Subject: where do I get wmosaic
  133.  
  134. I saw a couple of postings about wmosaic which
  135. I assume is the windows equivalent to xmosaic.
  136. Where do I get a copy?
  137.  
  138.         Thx, Steven Nurenberg
  139. From news@samba.oit.unc.edu  Fri Oct  8 19:55:20 1993
  140. Received: from samba.oit.unc.edu by SunSITE.unc.edu (SMI4.1/FvK 1.02)
  141.           id AA13336; Fri, 8 Oct 93 19:55:20 EDT
  142. Return-Path: <news>
  143. Received: by samba.oit.unc.edu (5.65/TAS/11-16-88)
  144.     id AA21649; Fri, 8 Oct 1993 19:38:35 -0400
  145. Received: from GATEWAY by samba.oit.unc.edu with netnews
  146.     for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
  147. To: winsock@calypso.oit.unc.edu
  148. Date: 8 Oct 1993 22:43:10 GMT
  149. From: jonm@void.ncsa.uiuc.edu (Jon E. Mittelhauser)
  150. Message-Id: <294qdu$2h1@vixen.cso.uiuc.edu>
  151. Organization: Nat'l Center for Supercomputing Applications
  152. Sender: ses@calypso.oit.unc.edu
  153. References: <CELKH9.1wr@cbnewsj.cb.att.com>
  154. Subject: Re: where do I get wmosaic
  155.  
  156. In article <CELKH9.1wr@cbnewsj.cb.att.com> shn@cbnewsj.cb.att.com (steven.h.nurenberg) writes:
  157. >I saw a couple of postings about wmosaic which
  158. >I assume is the windows equivalent to xmosaic.
  159. >Where do I get a copy?
  160. >
  161. >        Thx, Steven Nurenberg
  162.  
  163. ftp.ncsa.uiuc.edu  /PC/Mosaic
  164.  
  165. Note:  This is only the second beta version (in other words, it is still
  166.        unstable).
  167.  
  168. Note2:  We just got this group yesterday (per my request) so any questions or
  169.         comments concerning NCSA Mosaic for Windows were not being ignored,
  170.     they simply weren't being seen...
  171.  
  172. -Jon
  173.  
  174. ----
  175. Jon E. Mittelhauser (jonm@ncsa.uiuc.edu)
  176. Research Programmer, NCSA                          (NCSA Mosaic for MS Windows)
  177. More info <a href="http://www.ncsa.uiuc.edu/SDG/People/jonm/jonm.html">here</a>
  178.  
  179.